C#
VB
C++
Removes the first occurrence of a specific object from the ICollection.
public bool Remove(
T item
)
public:
bool Remove(
_T^_ item
)
item
The object to remove from the ICollection.
true if item was successfully removed from the ICollection; otherwise, false. This method also returns false if item is not found in the original ICollection.
Exceptions
Exception | Description |
---|---|
System.NotSupportedException | The ICollection is read-only. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET